Breaking News: Federal judge rules Apple must allow payments outside the App Store

Read more →

Keep 99% of your in-app revenue.

KeepIAP makes it seamless to collect payments outside the App Store. Just a few lines of code to save 29% on fees.

StreamFlix
TV ShowsMoviesMy List

Premium Plan

4K + HDR

Monthly price$19.99
Video quality4K + HDR
Resolution4K (3840 x 2160)
Subscribe

Simple iOS Integration

Process payments outside the App Store with our native iOS SDK. Users complete payment on our secure web flow and return seamlessly to your app.

Add KeepIAP SDK

Install our iOS SDK with CocoaPods or Swift Package Manager.

# CocoaPods
pod 'KeepIAP'

# Or Swift Package Manager
dependencies: [
    .package(url: "https://github.com/keepiap/ios-sdk.git", from: "1.0.0")
]
Initialize KeepIAP

Set up KeepIAP with your Stripe Connect account in your app.

import KeepIAP

let keepiap = KeepIAP.shared
keepiap.configure(
    stripeAccountId: "your_stripe_account_id",
    appScheme: "yourapp://"
)
Process Payments

Present the payment flow and handle the redirect back to your app.

// Present payment flow
keepiap.presentPayment(
    amount: 999,
    currency: "usd",
    description: "Premium Subscription"
) { result in
    switch result {
    case .success(let payment):
        // Handle successful payment
    case .failure(let error):
        // Handle error
    }
}

Why Choose KeepIAP

Everything you need to process payments outside the App Store

KeepIAP provides a complete solution for processing in-app purchases directly, helping you maximize revenue while maintaining a seamless user experience.

Zero App Store Fees

Keep 100% of your revenue by processing payments directly through your app.

Lightning Fast Integration

Get started in minutes with our simple SDK and straightforward API.

Secure by Default

Built on Stripe Connect with enterprise-grade security and compliance.

End-to-End Encryption

All payment data is encrypted in transit and at rest.

Real-time Analytics

Track your revenue, conversion rates, and customer behavior in real-time.

Developer Friendly

Well-documented API with SDKs for iOS, Android, and web platforms.

Pricing

Keep more of your revenue

Choose the perfect plan for your app. All plans include our core features with no hidden fees.

Starter

Perfect for apps just getting started with in-app purchases.

2%/transaction

Book a Demo
  • Up to $10k monthly volume
  • Basic analytics
  • Email support
  • Standard security features
  • 1 team member
  • Processing fees apply
Most popular

Growth

For growing apps with increasing transaction volume.

1%/transaction

Book a Demo
  • Up to $100k monthly volume
  • Advanced analytics
  • Priority support
  • Enhanced security features
  • Up to 5 team members
  • Custom branding
  • Processing fees apply

Enterprise

For large-scale apps with high transaction volumes.

Custom

Book a Demo
  • Unlimited volume
  • Enterprise analytics
  • 24/7 dedicated support
  • Advanced security features
  • Unlimited team members
  • Custom integration support
  • SLA guarantee
  • Custom processing fees

Frequently asked questions

Start saving 30% on App Store fees today

Join thousands of developers who are already using KeepIAP to process payments directly in their apps. Get started in minutes with our simple SDK.